projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc35b5e
)
Also seal GtkWindowGroup in gtkwindow.h
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:02:46 +0000
(11:02 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:02:46 +0000
(11:02 +0000)
svn path=/trunk/; revision=20543
gtk/gtkwindow.h
patch
|
blob
|
history
diff --git
a/gtk/gtkwindow.h
b/gtk/gtkwindow.h
index f7a6959a45924c7080125cf14241620a0c8dc9e8..b99e40fa8b187970120b4ab8ce93be065ff2a7a8 100644
(file)
--- a/
gtk/gtkwindow.h
+++ b/
gtk/gtkwindow.h
@@
-157,7
+157,7
@@
struct _GtkWindowGroup
{
GObject parent_instance;
- GSList *
grabs
;
+ GSList *
GSEAL (grabs)
;
};
struct _GtkWindowGroupClass